home *** CD-ROM | disk | FTP | other *** search
- ; CopyTo Install
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- DelFiles=ThisDll.sys.delete
- CopyFiles=ThisDll.win.install,ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
- UpdateInis=ThisDll.Links
-
- [ThisDll.Add.Reg]
- HKCR,CLSID\%GUID%,,,"%NAME%"
- HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
- HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
- HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
- HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
- HKCR,folder\ShellEx\DragDropHandlers\%NAME%,,,%GUID%
- HKCR,.cp2,,,cp2file
- HKCR,cp2file,,,"%FileType%"
- HKCR,cp2file\DefaultIcon,,,"%10%\copyto.exe,0"
- HKCR,cp2file\shell,,,"Open"
- HKCR,cp2file\shell\open\command,,,"%10%\Copyto.exe /exec ""%%1"""
- HKCR,cp2file\shell\edit,,,"%FileEdit%"
- HKCR,cp2file\shell\edit\command,,,"%10%\Copyto.exe /edit ""%%1"""
-
- [ThisDll.Uninst.Reg]
- HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
- HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\cptsetup.exe /uninstall"
-
- [ThisDll.win.install]
- copyto.exe
- copyto.hlp
- copyto.cnt
-
- [ThisDll.sys.install]
- cptoshex.dll
- cptsetup.exe
-
- [ThisDll.sys.delete]
- copytoun.exe
-
- [DestinationDirs]
- ThisDll.win.install=10
- ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
- ThisDll.sys.delete =11,%SubDir% ; to System\%SubDir%
-
- [SourceDisksNames]
- 55="CopyTo","",1
-
- [SourceDisksFiles]
- copyto.exe=55
- copyto.hlp=55
- copyto.cnt=55
- cptoshex.dll=55
- copytoun.exe=55
-
- [ThisDll.Links]
- setup.ini, progman.groups,, "group1=%LinksPROG_LOCN%"
- setup.ini, group1,, """%Links_Desc%"", ""%10%\CopyTo.Exe"",,,,,%Links_ShortDesc%"
- setup.ini, group1,, """%Links_Desc% Help"", ""%10%\CopyTo.hlp"",,,,,%Links_ShortDesc%"
-
- [Strings]
- SubDir = "ShellExt"
- NAME="CopyTo"
- ThisDll = "cptoshex.dll"
- UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\CopyTo"
- GUID="{5095FFA0-2CFD-11d0-8C55-0080C7D71A86}"
- LinksPROG = "CopyTo" ;
- LinksPROG_LOCN = "CopyTo" ; shortcut location
- Links_Desc = "CopyTo" ; shortcut name
- Links_ShortDesc= "CopyTo" ; details view
- ; for Japanese
- ;Uninst_DESC = "CopyTo (ìφÅ£é╠é▌)"
- ;FileType="CopyTo âtâ@âCâï"
- ;FileEdit="CopyTo âtâ@âCâïé╠ô╟ì₧(&E)"
- ; for US
- Uninst_DESC = "CopyTo (Remove Only)"
- FileType="CopyTo File"
- FileEdit="&Edit CopyTo File"
-